Introduction to Web Development using HTML 5
By: Kris Jamsa, Ph.D.

Chapter 25: Utilizing Web Storage

This chapter examines the HTML 5 data-storage capabilities. By the time you finish this chapter, you will understand the following key concepts:

● How to create, store, retrieve, and delete cookies using JavaScript
● How to store and retrieve session-based data using the sessionStorage
object and increase the amount of data stored
● How to store and retrieve long-term data using the localStorage object

Chapter PowerPoint Presentation


FirstCookie.html
ShowCookie.html
ShowPageCookies.html
CheckStorage.html
SessionStorage.html
UserInfo.html
ClearSession.html
LongTermStorage.html